home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / mesa-1.2.8 / widgets / man / glwcreatemdrawingarea.pod < prev    next >
Text File  |  1996-05-27  |  971b  |  56 lines

  1. =head1 NAME
  2.  
  3. GLwCreateMDrawingArea - Create a Motif/GL Drawing Widget.
  4.  
  5. =head1 SYNOPSIS
  6.  
  7.   #include <GL/GLwMDrawA.h>
  8.   Widget GLwCreateMDrawingArea (parent, name, arglist, argcount)
  9.        Widget   parent;
  10.        String   name;
  11.        ArgList  arglist;
  12.        Cardinal argcount;
  13.  
  14. =head1 DESCRIPTION
  15.  
  16. =over 4
  17.  
  18. =item GLwCreateMDrawingArea
  19.  
  20. creates an instance of a I<GLwMDrawingArea> widget and returns the
  21. associated widget ID
  22.  
  23. =item parent
  24.  
  25. Specifies the parent widget ID
  26.  
  27. =item name
  28.  
  29. Specifies the name of the created widget
  30.  
  31. =item arglist
  32.  
  33. Specifies the argument list
  34.  
  35. =item argcount
  36.  
  37. Specifies the number of attribute/value pairs in the
  38. argument list (I<arglist>)
  39.  
  40. =back
  41.  
  42. For a complete definition of I<GLwMDrawingAra> and its associated
  43. resources, see L<GLwMDrawingArea>. 
  44.  
  45. =head1 RETURN VALUE
  46.  
  47. Returns the I<GLwMDrawingArea> widget ID.
  48.  
  49. =head1 RELATED INFORMATION
  50.  
  51. L<GLwMDrawingArea>.
  52.  
  53. =head1 DATE
  54.  
  55. $Id: GLwCreateMDrawingArea.pod,v 1.2 1995/03/29 14:24:22 ohl Exp $
  56.